home *** CD-ROM | disk | FTP | other *** search
-
-
- AX-server System COMMANDS 26-Jan-1993
-
-
- NAME
- ax-server - start a serial line server
-
- SYNOPSIS
- ax-server [-f<config-file>] [-x<xpos>] [-y<ypos>]
-
- DESCRIPTION
-
- AX-server opens a little window and opens the specified serial
- device, if possible. It monitors the device during the hours
- it is supposed to take incoming calls and if it gets a carrier
- detect it will start an AXsh process to serve that line.
-
- If you activate the small window and then press the menu button,
- the window will expand and show two gadgets : Console and Terminal.
- You can use the Console-button to launch new AXsh's on console
- and the Terminal gadget will release the serial so that you can
- use e.g. a terminal program. Remember to push the button again
- after you are finished (or straight after you have launched the
- terminal program).
-
- You can also select the excact position of the window with the
- -x and -y options. Note that if you specify too big values, the
- window will not fit in the screen and could not be opened. There
- is no error message in this case, because the server is a self-
- detaching program.
-
- CONFIGURATION
- Default configuration filename is AXsh:etc/rc.server. You can
- use another filename with the option -f. e.g.
-
- ax-server -fAXsh:etc/rc.server2
-
- The name of the configuration file is shown in the window title
- during the startup.
-
- See also axaux-handler.man if your modem doesn't have cts/rts-
- handshaking.
-
- ;AXsh server configuration file in amiga.pasbox.fi by Pasi Ojala
-
- %bpslock: /* lock the DTE speed (If present, %bps: has no effect) */
- 19200
- %bps: /* Default baudrate (should be the highest possible) */
- 2400
-
- %serverpri: /* AX-server priority */
- 1
-
- %starthour: /* server starts to monitor calls (0 if 24h/day) */
- 21
- %stophour: /* server goes to sleep (25 if 24h/day) */
- 06
-
- %eventhour: /* event time hours */
- 25
- %eventmins: /* event time minutes */
- 0
- %eventnumber: /* string we use for event-call */
- atX4E0dt000911
- %eventcommand: /* command we execute after connection */
- AXsh:bin/net <axaux:serial.device/0/raw/ >axaux:serial.device/0/raw/
-
- %newshell: /* AXsh's serial startup command in AX-server *
- c:newshell >NIL: AXAUX:serial.device/0/shared from AXsh:etc/remote-startup
- %newcon: /* console startup (can use con: too) */
- c:newshell >NIL: con:0/344/664/216/AXsh/CLOSE from AXsh:etc/local-startup
-
- %modem-reset: /* modem reset command, CR not needed */
- ATZ
-
- %modem-aa: /* modem autoanswer command */
- ATM0X4E0S0=1
-
- %modem-noaa: /* modem autoanswer off command (not used) */
- ATE1S0=0
-
- %ringflash: /* DisplayBeeb() on 0=never,1=sleeping,2=waiting,3=always */
- 0
-
- %device: /* Device to monitor */
- serial.device
- %unitnum: /* Unit number on the device */
- 0
- %handshake: /* handshake type, "cts/rts" or "none" */
- cts/rts
-
-
- SEE ALSO
- AXshAdmManual
-
-
-